-
Notifications
You must be signed in to change notification settings - Fork 98
Arrow functions revisited #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Line 126 needs more attention
|
||
That's because they are meant for short pieces of code that do not have their own "context", but rather work in the current one. And they really shine in that use case. | ||
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line needs more attention
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. | |
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «موقعیت»(context) خودشان را ندارند و در موقعیت کنونی کار میکنند. و آنها واقعا در این مورد استفاده کاربرد دارند. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I translated "context" as "زمینه" in other articles. I think "موقعیت" is a good translation for "position" or "location" or something like this.
I'll add the English term in parentheses.
|
||
That's because they are meant for short pieces of code that do not have their own "context", but rather work in the current one. And they really shine in that use case. | ||
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «زمینه» خودشان را ندارند و در زمینه کنونی کار میکنند. و آنها واقعا در این مورد استفاده میدرخشند. | |
به دلیل اینکه آنها برای قطعههای کوتاهی از کد در نظر گرفته شدهاند که «موقعیت»(context) خودشان را ندارند و در موقعیت کنونی کار میکنند. و آنها واقعا در این مورد استفاده کاربرد دارند. |
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Mahdyar Hasanpour <[email protected]>
Thank you @mahdyar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;
Thank you, @mahdiHashemi14!
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
Please review and comment/commit if anything is wrong